home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2410 / 2410.xpi / chrome / content / foxmarks-moresecurityinfo.xul < prev    next >
Extensible Markup Language  |  2010-01-28  |  2KB  |  57 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.  
  5. Copyright 2005-2008 Foxmarks Inc.
  6.  
  7. foxmarks-moresecurityinfo.xul: implements simple info box on security
  8.  
  9. -->
  10.  
  11. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  12. <?xml-stylesheet href="chrome://foxmarks/skin/foxmarks.css" type="text/css" ?>
  13.  
  14. <!DOCTYPE dialog [
  15.     <!ENTITY % first SYSTEM "chrome://foxmarks/locale/setup.dtd">
  16.     %first;
  17.     <!ENTITY % second SYSTEM "chrome://foxmarks/locale/foxmarks.dtd">
  18.     %second;
  19.     <!ENTITY % third SYSTEM "chrome://global/locale/dialogOverlay.dtd">
  20.     %third;
  21. ]>
  22.  
  23. <dialog id="foxmarks-moresecurityinfo" 
  24.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  25.     xmlns:html="http://www.w3.org/1999/xhtml"
  26.     windowtype="foxmarks:info"
  27.     minwidth="600"
  28.     buttons="accept"
  29.     title="&wizard.securityinfo.label.1;"
  30.     >
  31.  
  32.     <vbox style="width: 30em; padding: 1em 1em 1.5em 1em;">
  33.         <description style="font-weight: bold"  value="&wizard.securityinfo.label.1;" />
  34.         <description>
  35.             &wizard.securityinfo.desc.1;
  36.         </description>
  37.         <description>
  38.             &wizard.securityinfo.desc.2;
  39.         </description>
  40.         <description>
  41.             &wizard.securityinfo.desc.3;
  42.         </description>
  43.         <description style="font-weight: bold"  value="&wizard.securityinfo.label.2;" />
  44.         <description>
  45.             &wizard.securityinfo.desc.4;
  46.         </description>
  47.         <description style="font-weight: bold"  value="&wizard.securityinfo.label.3;" />
  48.         <description>
  49.             &wizard.securityinfo.desc.5;
  50.         </description>
  51.         <description style="font-weight: bold" value="&wizard.securityinfo.label.4;" />
  52.         <description>
  53.             &wizard.securityinfo.desc.6;
  54.         </description>
  55.     </vbox>
  56. </dialog>
  57.